home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util4 / adpcmpkg.rea < prev    next >
Text File  |  1996-01-16  |  2KB  |  57 lines

  1. Short:    Highly effective sample compression utils
  2. Author:   flowerp@eikon.e-technik.tu-muenchen.de (Christian Buchner)
  3. Uploader: flowerp@eikon.e-technik.tu-muenchen.de
  4. Type:     util/pack
  5.  
  6.  
  7. This sample compression package consists of:
  8.  
  9.  - a CDRipper for Thoshiba CDRoms (and some IDE/ATAPI drives!)
  10.  - a converter for any sound format to ADPCM using datatypes
  11.  - a stand alone ADPCM replayer with wildcard support
  12.  - an ADPCM DeliPlayer for use with DeliTracker
  13.  - an ADPCM datatype for use with e.g. MultiView
  14.  
  15. Even better: ALL THIS IS PUBLIC DOMAIN, FULL SOURCE CODE INCLUDED!
  16.  
  17.  
  18. What has changed since the first release?
  19. -----------------------------------------
  20.  
  21. Release 2: release on Aminet 5-Oct-95
  22.  
  23. - all programs got a version string
  24. - fixed makefile of ADPCM datatype
  25. - PlayADPCM slightly updated (->V1.1)
  26. - reduced chip buffer size for the DeliPlayer to 1K (->V1.1)
  27. - The DeliPlayer got a realtime loader and a NotePlayer interface (->V1.2)
  28. - the ADPCM datatype descriptor was buggy (marked as picture!)
  29. - improved X2ADPCM's datatypes error output (->V1.1)
  30. - I got a new address and phone number!
  31.  
  32. Release 3: release on Aminet 22-Oct-95
  33.  
  34. - small fixes to the DeliPlayer's Noteplayer interface
  35. - CDripper got NumTracks option, Maximize and Boost abilities (->V1.1)
  36.  
  37.  
  38. What is ADPCM?
  39. --------------
  40.  
  41. ADPCM is a lossy sample compression method allowing a very high compression
  42. ratio.   The  drawback  of  this  compression technique is an audible noise
  43. level, but this is still acceptable.
  44.  
  45.  
  46. Example
  47. -------
  48.  
  49. You  can rip off a 3 minute music track from CD ("Cotton Eye Joe", 22050Hz,
  50. Mono)  and  store it in 982999 bytes.  This can be further reduced by about
  51. 10%  using  an  ordinary  packer.   You can listen to this audio track with
  52. DeliTracker just like an ordinary sound module.
  53.  
  54.  
  55.   //
  56. \X/ Flowerpower
  57.